type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryInt8ToInt64

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		int.go#L1362: 			return scanPlanBinaryInt8ToInt64{}
		int.go#L1610: type scanPlanBinaryInt8ToInt64 struct{}
		int.go#L1612: func (scanPlanBinaryInt8ToInt64) Scan(src []byte, dst any) error {